home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
game_224.swf
/
scripts
/
frame_176
/
DoAction.as
Wrap
Text File
|
2006-01-17
|
998b
|
46 lines
call("winCheckInsurance");
if("1" < Piles)
{
call("/:multicard");
}
else if("0" < Busted)
{
TheOneWhoWon = "Busted!";
}
else if(eval("/:Dealinfo01") < "22")
{
if(eval("PileInfo01:t1") < DealInfo01 or DealInfo02 eq "BlackJack!")
{
TheOneWhoWon = "Dealer wins!";
set("/:TotalBet","0");
}
else if(DealInfo01 == eval("PileInfo01:t1"))
{
TheOneWhoWon = "Nobody wins";
set("/:Money",eval("/:TotalBet") + eval("/:Money"));
set("/:TotalBet","0");
}
else
{
TheOneWhoWon = "You win";
set("/:Money",eval("/:TotalBet") * "2" + eval("/:Money"));
set("/:TotalBet","0");
}
}
else
{
TheOneWhoWon = "Dealer Busted, You win";
set("/:Money",eval("/:TotalBet") * "2" + eval("/:Money"));
set("/:TotalBet","0");
}
tellTarget("/TopBanner")
{
gotoAndStop("WonSingle");
play();
t1 = eval("/:TheOneWhoWon");
}
AllowDeal = "1";
AllowBet = "1";
Allowmenu = "1";
call("checkmoney");